-
Couldn't load subscription status.
- Fork 402
ci(repo): Version packages #6933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
30a5254 to
cb56850
Compare
cb56850 to
e23497a
Compare
13c0745 to
ac884a5
Compare
ac884a5 to
eaba018
Compare
eaba018 to
44be669
Compare
44be669 to
e9799ff
Compare
e9799ff to
aca44b1
Compare
aca44b1 to
476508c
Compare
476508c to
eedea96
Compare
eedea96 to
cf5376c
Compare
cf5376c to
dae6994
Compare
dae6994 to
79f8cd1
Compare
79f8cd1 to
ee52ffc
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/[email protected]
Minor Changes
locale(#6938) by @tmilewskiPatch Changes
Add
enterpriseConnectionIdtoSamlAccountandEnterpriseAccountresources (#6961) by @LauraBeatrisAdded API keys list method to the backend SDK client (#6948) by @wobsoriano
Add
last_authenticated_attoSAMLAccountresource, which represents the date when the SAML account was last authenticated (#6954) by @LauraBeatrisAdded internal helper type for
authandgetAuth()functions that don't require a request or context parameter (#6910) by @wobsorianoAdded
adminDeleteEnabledparam to Organization update method (#6880) by @ccaspanelloUpdated dependencies [
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Minor Changes
[Billing Beta] Rename payment source descriptors to use "payment method". (#6951) by @panteliselef
When fetching a new Session token, broadcast the token value to other tabs so they can pre-warm their in-memory Session Token cache with the most recent token. (#6891) by @jacekradko
Add support for sign up
locale(#6915) by @guilherme6191[Experimental] Fix
signIn.passwordemailAddress parameter name. (#6932) by @dstaley[Experimental] Fix issue where calling
this.create()would not correctly propagate errors. (#6932) by @dstaley[Billing Beta] Rename payment source to payment method. (#6865) by @panteliselef
Clerk.user.initializePaymentSource()->Clerk.user.initializePaymentMethod()Clerk.user.addPaymentSource()->Clerk.user.addPaymentMethod()Clerk.user.getPaymentSources()->Clerk.user.getPaymentMethods()Clerk.organization.initializePaymentSource()->Clerk.organization.initializePaymentMethod()Clerk.organization.addPaymentSource()->Clerk.organization.addPaymentMethod()Clerk.organization.getPaymentSources()->Clerk.organization.getPaymentMethods()[Billing Beta] Rename payment sources to method methods. (#6959) by @panteliselef
Updates localization keys from
commerce->billingandpaymentSourcetopaymentMethod.Introduce experimental step to choose enterprise connection on sign-in/sign-up (#6947) by @LauraBeatris
[Billing Beta] Replace
forOrganizations: truewithfor: "organization"in<PricingTable/>. (#6978) by @panteliselefPatch Changes
Ensure inputs are properly connected to feedback messages via
aria-describedbyusage. (#6914) by @alexcarpenterAdd
enterpriseConnectionIdtoSamlAccountandEnterpriseAccountresources (#6961) by @LauraBeatrisUpdate checkbox checked background color and icon (#6934) by @alexcarpenter
Increase role select options contrast
Updates user preview subtitle text variant
Add success text descriptor to otp input field. (#6958) by @alexcarpenter
Add experimental property
last_authenticated_attoSamlAccountresource, which represents the date when the SAML account was last authenticated (#6954) by @LauraBeatrisAdd experimental support for
enterprise_ssoas astrategyparam forsession.prepareFirstFactorVerificationOnly navigate to enterprise connections chooser when there are multiple
enterprise_ssostrategies assupported_first_factors(#6983) by @NicolasLopes7Updated dependencies [
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,a66357e,43a9c2b,dacc1af,b1ac445]:@clerk/[email protected]
Minor Changes
[Billing Beta] Rename payment sources to method methods. (#6959) by @panteliselef
Updates localization keys from
commerce->billingandpaymentSourcetopaymentMethod.Introduce experimental step to choose enterprise connection on sign-in/sign-up (#6947) by @LauraBeatris
Patch Changes
Update copy for account deletion modal (#6937) by @jescalan
Expanded Brazilian Portuguese (pt-BR) localization (#6881) by @hypeARM
Updated dependencies [
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Minor Changes
locale(#6915) by @guilherme6191Patch Changes
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Minor Changes
Added support for TanStack Start v1 RC! Includes a new
clerkMiddleware()global middleware replacing the custom server handler. (#6859) by @wobsorianoUsage:
src/start.tsfile and addclerkMiddleware()to the list of request middlewares:<ClerkProvider>to your root routeThe
getAuth()helper is nowauth()and can now be called within server routes and functions, without passing a Request object:Patch Changes
Added internal helper type for
authandgetAuth()functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Minor Changes
[Billing Beta] Rename payment source descriptors to use "payment method". (#6951) by @panteliselef
Add support for sign up
locale(#6915) by @guilherme6191[Experimental] Fix
signIn.passwordemailAddress parameter name. (#6932) by @dstaley[Experimental] Fix issue where calling
this.create()would not correctly propagate errors. (#6932) by @dstaley[Billing Beta] Rename payment source to payment method. (#6865) by @panteliselef
Clerk.user.initializePaymentSource()->Clerk.user.initializePaymentMethod()Clerk.user.addPaymentSource()->Clerk.user.addPaymentMethod()Clerk.user.getPaymentSources()->Clerk.user.getPaymentMethods()Clerk.organization.initializePaymentSource()->Clerk.organization.initializePaymentMethod()Clerk.organization.addPaymentSource()->Clerk.organization.addPaymentMethod()Clerk.organization.getPaymentSources()->Clerk.organization.getPaymentMethods()[Billing Beta] Rename payment sources to method methods. (#6959) by @panteliselef
Updates localization keys from
commerce->billingandpaymentSourcetopaymentMethod.Introduce experimental step to choose enterprise connection on sign-in/sign-up (#6947) by @LauraBeatris
[Billing Beta] Replace
forOrganizations: truewithfor: "organization"in<PricingTable/>. (#6978) by @panteliselefPatch Changes
Add
enterpriseConnectionIdtoSamlAccountandEnterpriseAccountresources (#6961) by @LauraBeatrisAdd success text descriptor to otp input field. (#6958) by @alexcarpenter
Add experimental property
last_authenticated_attoSamlAccountresource, which represents the date when the SAML account was last authenticated (#6954) by @LauraBeatrisAdd experimental support for
enterprise_ssoas astrategyparam forsession.prepareFirstFactorVerification@clerk/[email protected]
Patch Changes
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
Removes
console.logfrom CheckoutButton. (#6976) by @panteliselefAdded internal helper type for
authandgetAuth()functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,80e45d7,9766c4a,6e09786,aa7210c,2cd53cd,ea011df,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,4531215,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,80e45d7,9766c4a,6e09786,aa7210c,2cd53cd,ea011df,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,4531215,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
Added internal helper type for
authandgetAuth()functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
Added internal helper type for
authandgetAuth()functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
Added internal helper type for
authandgetAuth()functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
Added internal helper type for
authandgetAuth()functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7,20c2e29,0efe78d,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
[Billing Beta] Rename payment source to payment method. (#6865) by @panteliselef
Clerk.user.initializePaymentSource()->Clerk.user.initializePaymentMethod()Clerk.user.addPaymentSource()->Clerk.user.addPaymentMethod()Clerk.user.getPaymentSources()->Clerk.user.getPaymentMethods()Clerk.organization.initializePaymentSource()->Clerk.organization.initializePaymentMethod()Clerk.organization.addPaymentSource()->Clerk.organization.addPaymentMethod()Clerk.organization.getPaymentSources()->Clerk.organization.getPaymentMethods()Introduce deprecation warning for LocalStorageBroadcastChannel (#6891) by @jacekradko
Updated dependencies [
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,20c2e29,6e09786,aa7210c,2cd53cd,56a81aa,1a2eee6,22b8e49,2cd53cd,348021d,1a2430a,31a04fc,9766c4a,fe873dc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,22b8e49,a66357e,dacc1af]:@clerk/[email protected]
Patch Changes
Fixed an issue where the
transferableprop in the<SignIn />component was incorrectly defaulting tofalsedue to Vue's boolean prop coercion. (#6935) by @wobsorianoUpdated dependencies [
65b7cc7,6e09786,aa7210c,2cd53cd,1a2eee6,2cd53cd,1a2430a,31a04fc,9766c4a,22b8e49,a66357e,dacc1af]: